From: Jan Engelhardt Date: Tue, 18 Jan 2011 10:23:06 +0000 (+0100) Subject: netfilter: xtables: add missing header files to export list X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~14916^2~510^2~3^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=0b8ad87;p=linux-4.9.git netfilter: xtables: add missing header files to export list Signed-off-by: Jan Engelhardt --- diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 9f11fbc377e2..fc4e0aa805a2 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild @@ -56,6 +56,8 @@ header-y += xt_rateest.h header-y += xt_realm.h header-y += xt_recent.h header-y += xt_sctp.h +header-y += xt_secmark.h +header-y += xt_socket.h header-y += xt_state.h header-y += xt_statistic.h header-y += xt_string.h